//==============================================================================
// Satyr_anim.txt
//==============================================================================


//==============================================================================
define AtlanteanBirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX X Myth Unit Birth Effect
      }
   }
}
//==============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual MU Atlantean Satyr_idleA
				connect hotspot AtlanteanBirthSFX hotspot
         }
		}
   }
}

//==============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual MU Atlantean Satyr_idleA
         }
		}
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
				Visual MU Atlantean Satyr_boredA
         }
			version
         {
				Visual MU Atlantean Satyr_boredB
         }
		}
	}
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual MU Atlantean Satyr_deathA
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual MU Atlantean Satyr_flailA
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector 
   {
		ContainLogic
      set hotspot
      {
         version
         {
			Visual MU Atlantean Satyr_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.50 true   
            tag FootstepRight 0.20 true   
//-- end auto generated section
         }
      }
	}
}

//==============================================================================
anim RangedAttack
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual MU Atlantean Satyr_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.60 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.67 false Arrow checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Charging
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual MU Atlantean Satyr_specialattackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.60 true   
            tag GenericSound 0.60 true   
            tag SpecificSoundSet 0.70 false SwordSwing checkVisible 
//-- end auto generated section
         }
      }
   }
}


